var crypto/tls.testingOnlySupportedSignatureAlgorithms
3 uses
crypto/tls (current package)
common.go#L1691: var testingOnlySupportedSignatureAlgorithms []SignatureScheme
common.go#L1698: if testingOnlySupportedSignatureAlgorithms != nil {
common.go#L1699: sigAlgs = slices.Clone(testingOnlySupportedSignatureAlgorithms)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)